home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Super Models
/
Hot Super Models.iso
/
unix
/
x11
/
xv2r1.tar
/
xv2r1
/
extensions
/
xv
/
server
/
Makefile
< prev
next >
Wrap
Makefile
|
1991-05-06
|
14KB
|
400 lines
# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.51 89/12/12 12:37:30 jim Exp $
###########################################################################
# Makefile generated from "Imake.tmpl" and <Imakefile>
# $XConsortium: Imake.tmpl,v 1.77 89/12/18 17:01:37 jim Exp $
#
# Platform-specific parameters may be set in the appropriate .cf
# configuration files. Site-wide parameters may be set in the file
# site.def. Full rebuilds are recommended if any parameters are changed.
#
# If your C preprocessor doesn't define any unique symbols, you'll need
# to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
# "make Makefile", "make Makefiles", or "make World").
#
# If you absolutely can't get imake to work, you'll need to set the
# variables at the top of each Makefile as well as the dependencies at the
# bottom (makedepend will do this automatically).
#
###########################################################################
# platform-specific configuration parameters - edit ultrix.cf to change
# platform: $XConsortium: ultrix.cf,v 1.20 89/12/22 15:56:14 rws Exp $
# operating system: Ultrix-32 4.0
###########################################################################
# site-specific configuration parameters - edit site.def to change
# site: $XConsortium: site.def,v 1.21 89/12/06 11:46:50 jim Exp $
FONTC= $(FONTSRC)/tools/bdftopcf/bdftopcf
SHELL = /bin/sh
TOP = ../../../.
CURRENT_DIR = ./extensions/xv/server
AR = ar cq
BOOTSTRAPCFLAGS =
CC = cc
COMPRESS = compress
CPP = /lib/cpp $(STD_CPP_DEFINES)
PREPROCESSCMD = cc -E $(STD_CPP_DEFINES)
INSTALL = install
LD = ld
LINT = lint
LINTLIBFLAG = -C
LINTOPTS = -axz
LN = ln -s
MAKE = make
MV = mv
CP = cp
RANLIB = ranlib
RANLIBINSTFLAGS =
RM = rm -f
STD_INCLUDES =
STD_CPP_DEFINES =
STD_DEFINES = -DUNIX
EXTRA_LOAD_FLAGS =
EXTRA_LIBRARIES = -ldnet
TAGS = ctags
PROTO_DEFINES =
INSTPGMFLAGS =
INSTBINFLAGS = -m 0755
INSTUIDFLAGS = -m 4755
INSTLIBFLAGS = -m 0664
INSTINCFLAGS = -m 0444
INSTMANFLAGS = -m 0444
INSTDATFLAGS = -m 0444
INSTKMEMFLAGS = -m 4755
DESTDIR =
TOP_INCLUDES = -I$(TOP)
CDEBUGFLAGS = -O
CCOPTIONS = -Wf,-XNh2000 -Olimit 2000
COMPATFLAGS =
ALLINCLUDES = $(STD_INCLUDES) $(TOP_INCLUDES) $(INCLUDES) $(EXTRA_INCLUDES)
ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(DEFINES) $(COMPATFLAGS)
CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)
LDCOMBINEFLAGS = -X -r
MACROFILE = ultrix.cf
RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
IMAKE_DEFINES =
IRULESRC = $(CONFIGSRC)
IMAKE_CMD = $(NEWTOP)$(IMAKE) -I$(NEWTOP)$(IRULESRC) $(IMAKE_DEFINES)
ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \
$(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \
$(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES)
###########################################################################
# X Window System Build Parameters
# $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $
###########################################################################
# X Window System make variables; this need to be coordinated with rules
# $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $
PATHSEP = /
USRLIBDIR = $(DESTDIR)/usr/lib
BINDIR = $(TOP)/../bin
INCROOT = $(DESTDIR)/usr/include
BUILDINCROOT = $(TOP)
BUILDINCDIR = $(BUILDINCROOT)/X11
BUILDINCTOP = ..
INCDIR = $(INCROOT)/X11
ADMDIR = $(DESTDIR)/usr/adm
LIBDIR = $(USRLIBDIR)/X11
CONFIGDIR = $(LIBDIR)/config
LINTLIBDIR = $(USRLIBDIR)/lint
FONTDIR = $(LIBDIR)/fonts
XINITDIR = $(LIBDIR)/xinit
XDMDIR = $(LIBDIR)/xdm
AWMDIR = $(LIBDIR)/awm
TWMDIR = $(LIBDIR)/twm
GWMDIR = $(LIBDIR)/gwm
MANPATH = $(DESTDIR)/usr/man
MANSOURCEPATH = $(MANPATH)/man
MANDIR = $(MANSOURCEPATH)n
LIBMANDIR = $(MANSOURCEPATH)3
XAPPLOADDIR = /wsl/share/lib/X11/r4app-defaults
FONTCFLAGS = -t
INSTAPPFLAGS = $(INSTDATFLAGS)
IMAKE = $(IMAKESRC)/imake
DEPEND = $(DEPENDSRC)/makedepend
RGB = $(RGBSRC)/rgb
FONTC = $(BDFTOSNFSRC)/bdftosnf
MKFONTDIR = $(MKFONTDIRSRC)/mkfontdir
MKDIRHIER = /bin/sh $(SCRIPTSRC)/mkdirhier.sh
CONFIGSRC = $(TOP)/config
CLIENTSRC = $(TOP)/clients
DEMOSRC = $(TOP)/demos
LIBSRC = $(TOP)/lib
FONTSRC = $(TOP)/fonts
INCLUDESRC = $(TOP)/X11
SERVERSRC = $(TOP)/server
UTILSRC = $(TOP)/util
SCRIPTSRC = $(UTILSRC)/scripts
EXAMPLESRC = $(TOP)/examples
CONTRIBSRC = $(TOP)/../contrib
DOCSRC = $(TOP)/doc
RGBSRC = $(TOP)/rgb
DEPENDSRC = $(UTILSRC)/makedepend
IMAKESRC = $(CONFIGSRC)
XAUTHSRC = $(LIBSRC)/Xau
XLIBSRC = $(LIBSRC)/X
XMUSRC = $(LIBSRC)/Xmu
TOOLKITSRC = $(LIBSRC)/Xt
AWIDGETSRC = $(LIBSRC)/Xaw
OLDXLIBSRC = $(LIBSRC)/oldX
XDMCPLIBSRC = $(LIBSRC)/Xdmcp
BDFTOSNFSRC = $(FONTSRC)/bdftosnf
MKFONTDIRSRC = $(FONTSRC)/mkfontdir
EXTENSIONSRC = $(TOP)/extensions
DEPEXTENSIONLIB = $(EXTENSIONSRC)/lib/libXext.a
EXTENSIONLIB = $(DEPEXTENSIONLIB)
DEPXLIB = $(DEPEXTENSIONLIB) $(XLIBSRC)/libX11.a
XLIB = $(EXTENSIONLIB) $(XLIBSRC)/libX11.a
DEPXAUTHLIB = $(XAUTHSRC)/libXau.a
XAUTHLIB = $(DEPXAUTHLIB)
DEPXMULIB = $(XMUSRC)/libXmu.a
XMULIB = $(DEPXMULIB)
DEPOLDXLIB = $(OLDXLIBSRC)/liboldX.a
OLDXLIB = $(DEPOLDXLIB)
DEPXTOOLLIB = $(TOOLKITSRC)/libXt.a
XTOOLLIB = $(DEPXTOOLLIB)
DEPXAWLIB = $(AWIDGETSRC)/libXaw.a
XAWLIB = $(DEPXAWLIB)
LINTEXTENSIONLIB = $(EXTENSIONSRC)/lib/llib-lXext.ln
LINTXLIB = $(XLIBSRC)/llib-lX11.ln
LINTXMU = $(XMUSRC)/llib-lXmu.ln
LINTXTOOL = $(TOOLKITSRC)/llib-lXt.ln
LINTXAW = $(AWIDGETSRC)/llib-lXaw.ln
DEPLIBS = $(LOCAL_LIBRARIES)
DEPLIBS1 = $(DEPLIBS)
DEPLIBS2 = $(DEPLIBS)
DEPLIBS3 = $(DEPLIBS)
###########################################################################
# Imake rules for building libraries, programs, scripts, and data files
# rules: $XConsortium: Imake.rules,v 1.67 89/12/18 17:14:15 jim Exp $
###########################################################################
# start of Imakefile
# $XConsortium: Server.tmpl,v 1.3 89/10/20 11:14:52 jim Exp $
CC = cc
CCOPTIONS = -Wf,-XNh2000 -Olimit 2000
STD_DEFINES = -DUNIX -DDPS -DSHAPE -DMITSHM -DMULTIBUFFER -DMITMISC -DXINPUT $(DGEX) -DXV -DSPECIAL_MALLOC -DXDMCP -DX11R4 -DNEW_FONTS -DFONT_CACHE
CDEBUGFLAGS = -O
EXT_DEFINES = -DDPS -DSHAPE -DMITSHM -DMULTIBUFFER -DMITMISC -DXINPUT $(DGEX) -DXV
IMAKE_DEFINES = $(EXT_DEFINES)
DISRCS = xvmain.c xvdisp.c
DIOBJS = xvmain.o xvdisp.o
DIINCS = -I../include
PLXSRCS =
PLXOBJS =
PLXINCS =
ROPSRCS = xvrop.c
ROPOBJS = xvrop.o
ROPINCS = -I$(SERVERSRC)/ddx/dec/ws -I$(SERVERSRC)/ddx/dec/cfb
SRCS = $(DISRCS) $(PLXSRCS) $(ROPSRCS)
OBJS = $(DIOBJS) $(PLXOBJS) $(ROPOBJS)
XVINCS = $(DIINCS) $(PLXINCS) $(ROPINCS)
INCLUDES = -I$(INCLUDESRC) -I$(SERVERSRC)/include -I$(FONTSRC)/include $(XVINCS)
LINTLIBS = $(SERVERSRC)/dix/llib-ldix.ln $(SERVERSRC)/os/4.2bsd/llib-los.ln
all:: libxv.a
libxv.a: $(OBJS)
$(RM) $@
$(AR) $@ $(OBJS)
$(RANLIB) $@
.c.o:
$(RM) $@
$(CC) -c $(CFLAGS) $*.c
lintlib:: llib-lxv.ln
llib-lxv.ln: $(SRCS)
$(RM) $@
$(LINT) $(LINTLIBFLAG)xv $(LINTFLAGS) $(SRCS)
lint:
$(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS)
lint1:
$(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS)
saber_src:
#load $(CFLAGS) $(SRCS)
depend:: $(DEPEND)
$(DEPEND):
@echo "checking $@ over in $(DEPENDSRC) first..."; \
cd $(DEPENDSRC); $(MAKE); \
echo "okay, continuing in $(CURRENT_DIR)"
depend::
$(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)
###########################################################################
# common rules for all Makefiles - do not edit
emptyrule::
clean::
$(RM_CMD) \#*
Makefile:: $(IMAKE)
$(IMAKE):
@(cd $(IMAKESRC); if [ -f Makefile ]; then \
echo "checking $@ in $(IMAKESRC) first..."; $(MAKE) all; else \
echo "bootstrapping $@ from Makefile.ini in $(IMAKESRC) first..."; \
$(MAKE) -f Makefile.ini BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS); fi; \
echo "okay, continuing in $(CURRENT_DIR)")
Makefile::
-@if [ -f Makefile ]; then \
echo " $(RM) Makefile.bak; $(MV) Makefile Makefile.bak"; \
$(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
else exit 0; fi
$(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
tags::
$(TAGS) -w *.[ch]
$(TAGS) -xw *.[ch] > TAGS
###########################################################################
# empty rules for directories that do not have SUBDIRS - do not edit
install::
@echo "install in $(CURRENT_DIR) done"
install.man::
@echo "install.man in $(CURRENT_DIR) done"
Makefiles::
includes::
###########################################################################
# dependencies generated by makedepend
# DO NOT DELETE
xvmain.o: /usr/include/stdio.h /usr/include/ansi_compat.h ../../.././X11/X.h
xvmain.o: ../../.././X11/Xproto.h ../../.././X11/Xmd.h
xvmain.o: ../../.././X11/Xprotostr.h ../../.././server/include/misc.h
xvmain.o: ../../.././server/include/os.h
xvmain.o: ../../.././server/include/scrnintstr.h
xvmain.o: ../../.././server/include/screenint.h
xvmain.o: ../../.././server/include/miscstruct.h
xvmain.o: ../../.././server/include/region.h
xvmain.o: ../../.././server/include/pixmap.h ../../.././server/include/gc.h
xvmain.o: ../../.././server/include/colormap.h
xvmain.o: ../../.././server/include/windowstr.h
xvmain.o: ../../.././server/include/window.h
xvmain.o: ../../.././server/include/pixmapstr.h
xvmain.o: ../../.././server/include/regionstr.h
xvmain.o: ../../.././server/include/cursor.h
xvmain.o: ../../.././server/include/property.h
xvmain.o: ../../.././server/include/resource.h
xvmain.o: ../../.././server/include/dix.h
xvmain.o: ../../.././server/include/extnsionst.h
xvmain.o: ../../.././server/include/extension.h
xvmain.o: ../../.././server/include/dixstruct.h
xvmain.o: ../../.././server/include/opaque.h
xvmain.o: ../../.././server/include/input.h ../include/Xv.h
xvmain.o: ../include/Xvproto.h ../include/xvdix.h
xvdisp.o: /usr/include/stdio.h /usr/include/ansi_compat.h ../../.././X11/X.h
xvdisp.o: ../../.././X11/Xproto.h ../../.././X11/Xmd.h
xvdisp.o: ../../.././X11/Xprotostr.h ../../.././server/include/misc.h
xvdisp.o: ../../.././server/include/os.h
xvdisp.o: ../../.././server/include/scrnintstr.h
xvdisp.o: ../../.././server/include/screenint.h
xvdisp.o: ../../.././server/include/miscstruct.h
xvdisp.o: ../../.././server/include/region.h
xvdisp.o: ../../.././server/include/pixmap.h ../../.././server/include/gc.h
xvdisp.o: ../../.././server/include/colormap.h
xvdisp.o: ../../.././server/include/windowstr.h
xvdisp.o: ../../.././server/include/window.h
xvdisp.o: ../../.././server/include/pixmapstr.h
xvdisp.o: ../../.././server/include/regionstr.h
xvdisp.o: ../../.././server/include/cursor.h
xvdisp.o: ../../.././server/include/property.h
xvdisp.o: ../../.././server/include/resource.h
xvdisp.o: ../../.././server/include/dix.h
xvdisp.o: ../../.././server/include/gcstruct.h
xvdisp.o: ../../.././fonts/include/font.h ../../.././fonts/include/fontos.h
xvdisp.o: ../../.././X11/Xmd.h ../../.././server/include/dixstruct.h
xvdisp.o: ../../.././server/include/opaque.h ../include/Xv.h
xvdisp.o: ../include/Xvproto.h ../include/xvdix.h
xvrop.o: /usr/include/stdio.h /usr/include/ansi_compat.h
xvrop.o: /usr/include/sys/types.h
xvrop.o: ../../.././server/ddx/dec/ws/sys/workstation.h ../../.././X11/X.h
xvrop.o: ../../.././X11/Xproto.h ../../.././X11/Xmd.h
xvrop.o: ../../.././X11/Xprotostr.h ../../.././server/include/scrnintstr.h
xvrop.o: ../../.././server/include/screenint.h
xvrop.o: ../../.././server/include/miscstruct.h
xvrop.o: ../../.././server/include/misc.h ../../.././server/include/os.h
xvrop.o: ../../.././server/include/region.h
xvrop.o: ../../.././server/include/pixmap.h ../../.././server/include/gc.h
xvrop.o: ../../.././server/include/colormap.h
xvrop.o: ../../.././server/include/windowstr.h
xvrop.o: ../../.././server/include/window.h
xvrop.o: ../../.././server/include/pixmapstr.h
xvrop.o: ../../.././server/include/regionstr.h
xvrop.o: ../../.././server/include/cursor.h
xvrop.o: ../../.././server/include/property.h
xvrop.o: ../../.././server/include/resource.h ../../.././server/include/dix.h
xvrop.o: ../../.././server/include/gcstruct.h ../../.././fonts/include/font.h
xvrop.o: ../../.././fonts/include/fontos.h ../../.././X11/Xmd.h
xvrop.o: ../../.././server/include/dixstruct.h ../include/Xv.h
xvrop.o: ../include/Xvproto.h ../include/xvdix.h
xvrop.o: ../../.././server/ddx/dec/ws/pmagro.h
xvrop.o: ../../.././server/ddx/dec/ws/bt463.h
xvrop.o: ../../.././server/ddx/dec/ws/bt431.h
xvrop.o: ../../.././server/ddx/dec/ws/i2c.h
xvrop.o: ../../.././server/ddx/dec/ws/rop.h
xvrop.o: ../../.././server/ddx/dec/cfb/cfb.h /usr/include/machine/cpuconf.h
xvrop.o: ../include/xvrop.h